adTempus API
PreviousUpNext
IExecutionHistoryItem::KernelModeTime Property

Gets the kernel mode processor time (in milliseconds) for this instance of the job.

C++
__property long* KernelModeTime;
C#
long* KernelModeTime;
Visual Basic
Property KernelModeTime() As long*
Default Value

0

The kernel mode time is the amount of time the process(es) run by the job spent executing in kernel mode. 

Processor times include only steps that execute ProgramExecutionTasks, ScriptTasks, or CustomTasks. Processor time is not recorded for other tasks. 

Processor times reflect the amount of CPU time used by the job, and will not equal actual elapsed time for the job (which can be calculated by subtracting the ExecutionStart time from the ExecutionFinish time.

adTempus API Reference version 3.0.0.0, revised 10/30/2008